

/*      Here the code for the wizard           */

label{
    font-weight: 400;
    

}

.form-group {text-align: left;margin: 5px;}


.wizard-container{
   font-family: 'Open Sans' sans-serif;
    padding-top: 20px;
    z-index: 3;
}
.wizard-card{
    min-height: 410px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}



.wizard-card .tab-content{
    min-height: 340px;
    padding: 20px 40px;
}




.wizard-card .wizard-header h2{
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
    color: #f26c4f;
    font-size: 30px;
}
.wizard-header p{text-align: center; font-weight: 300; font-size: 15px}

.wizard-title {
    border: 0 !important;
    text-transform: uppercase;
    background-color: #777777;
    color: #FFFFFF !important;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding:10px;

}



.wizard-card .info-text{
    text-align: center;
    font-weight: 400;
    margin: 10px 0 30px;
}


.tab-content>.tab-pane{display:block;}
